home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Red Eye Press Kit
/
Red Eye Press Kit.iso
/
pc
/
main.dxr
/
SCRIPTS_89_flashWait.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-18
|
202 b
|
14 lines
property xSprite
on beginSprite me
xSprite = me.spriteNum
end
on exitFrame me
if sprite(xSprite).frame = sprite(xSprite).member.frameCount then
go(#next)
else
go(the frame)
end if
end